解決 go get golang.org/x/* 拉取失敗問題 go get -u -v golang.org/x/text 有時候會因為網絡問題,導致失敗。 在不用代理的情況下,可以使用以下方案。 golang.org,他們在github ...